PutSnapshot(Entity<TKey, TValue>, long)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Saves an entity snapshot with the specified time.

Syntax

public void PutSnapshot(
	Entity<TKey, TValue> entity,
	long time
)

Back to index